When you initialize Terraform, where does it cache modules from the public Terraform Registry?
Answer : C
Which Terraform collection type should you use to store key/value pairs?
Answer : A
A Terraform backend determines how Terraform loads state and stores updates when you execute which command?
Answer : C
It is best practice to store secret data in the same version control repository as your Terraform configuration.
Answer : B
Which of these is true about Terraform’s plugin-based architecture?
Answer : A
You are using a networking module in your Terraform configuration with the name my_network. Your root module includes the following configuration:
When you run terraform validate, you get the following error:
What must you do to successfully retrieve this value from your networking module?
Answer : D
Where in your Terraform configuration do you specify a state backend?
Answer : B
You can execute terraform fmt to standardize all Terraform configurations within the current working directory to Terraform’s canonical format and style.
Answer : A
The Terraform binary version and provider versions must match each other in a single configuration.
Answer : B
Multiple team members are collaborating on infrastructure using Terraform and want to format their Terraform code following standard Terraform style convention.
How should they ensure the code satisfies conventions?
Answer : A
Terraform can only manage resource dependencies if you set them explicitly with the depends_on argument.
Answer : B
You decide to move a Terraform state file to Amazon S3 from another location. You write the code shown in the Exhibit space into a file called backend.tf.
Which command will migrate your current state file to the new S3 backend?
Answer : B
Terraform encrypts sensitive values stored in your state file.
Answer : B
You have declared a variable called var.list which is a list of objects that all have an attribute id . Which options will produce a list of the IDs? (Choose two.)
Answer : A
You need to deploy resources into two different regions in the same Terraform configuration. To do this, you declare multiple provider configurations as shown in the Exhibit space on this page.
What meta-argument do you need to configure in a resource block to deploy the resource to the us-west-2 AWS region?
Answer : C
Have any questions or issues ? Please dont hesitate to contact us